NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation.

Technical Q&A QD3D90
Triangle Strips


Q: What is the best way to take advantage of triangle strips?

A: Some engines are fairly smart, and will optimize a list of submitted triangles into strips. A better solution is to call DrawVTexture with the kQAVertexMode_Strip flag.

[Apr 20 1998]


Developer Documentation | Technical Notes | Development Kits | Sample Code